home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
bbs
/
mhis020.zip
/
OLD.TXT
< prev
next >
Wrap
Text File
|
1996-09-06
|
433b
|
18 lines
if (c.min_date = 0) {
temp_string := "none";
}
else {
long_to_stamp (c.min_date, temp_stamp);
temp_string := date_string (temp_stamp.date);
};
show_data ("Start date", temp_string);
if (c.min_date = 0) {
temp_string := "none";
}
else {
long_to_stamp (c.max_date, temp_stamp);
temp_string := date_string (temp_stamp.date);
};
show_data ("End date", temp_string);